Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Oct 15, 2024

Problem solved

Short description of the bug fixed or feature added


PR-Codex overview

This PR focuses on improving the styling and structure of the StepsCard component in the dashboard, particularly updating the spacing and replacing Text components with p tags for better semantic HTML.

Detailed summary

  • Increased gap in div from gap-5 to gap-7.
  • Changed margin-bottom of a div from mb-3 to mb-1.
  • Replaced Text components with p tags for children content in multiple steps.
  • Updated Link components to include additional classes for styling.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@changeset-bot
Copy link

changeset-bot bot commented Oct 15, 2024

⚠️ No Changeset found

Latest commit: 0cf478e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Oct 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 15, 2024 9:06pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Oct 15, 2024 9:06pm
thirdweb_playground ⬜️ Skipped (Inspect) Oct 15, 2024 9:06pm
wallet-ui ⬜️ Skipped (Inspect) Oct 15, 2024 9:06pm

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 15, 2024 20:16 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 15, 2024 20:16 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 15, 2024 20:16 Inactive
@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Oct 15, 2024
Copy link
Member Author

MananTank commented Oct 15, 2024

@codecov
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.30%. Comparing base (52d89ce) to head (0cf478e).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5039   +/-   ##
=======================================
  Coverage   45.30%   45.30%           
=======================================
  Files        1059     1059           
  Lines       54707    54707           
  Branches     3954     3954           
=======================================
  Hits        24786    24786           
  Misses      29230    29230           
  Partials      691      691           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 52d89ce
packages 40.24% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 15, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 42.77 KB (0%) 856 ms (0%) 3.2 s (+27.18% 🔺) 4.1 s
thirdweb (cjs) 102.62 KB (0%) 2.1 s (0%) 5.6 s (-2.38% 🔽) 7.6 s
thirdweb (minimal + tree-shaking) 4.84 KB (0%) 97 ms (0%) 207 ms (-47.8% 🔽) 304 ms
thirdweb/chains (tree-shaking) 498 B (0%) 10 ms (0%) 60 ms (-25.19% 🔽) 70 ms
thirdweb/react (minimal + tree-shaking) 17.35 KB (0%) 347 ms (0%) 1.2 s (+46.8% 🔺) 1.5 s

@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 15, 2024

Merge activity

…5039)

## Problem solved

Short description of the bug fixed or feature added

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on improving the styling and structure of the `StepsCard` component in the dashboard by modifying the layout and updating the child elements to use `<p>` tags instead of `<Text>`, along with adjusting some class names for better styling consistency.

### Detailed summary
- Increased the gap in the `flex` container from `gap-5` to `gap-7`.
- Changed the margin-bottom of a `div` from `mb-3` to `mb-1`.
- Replaced `<Text>` components with `<p>` elements for children content in multiple steps.
- Updated `Link` components with new class names for consistent styling.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
@jnsdls jnsdls force-pushed the 10-16-move_contract_overview_page_components_to_app_router_folder_-_no_code_changes branch from 22abbaf to 52d89ce Compare October 15, 2024 21:02
@jnsdls jnsdls force-pushed the 10-16-migrate_contractchecklist_card_to_shadcn_stepscard_ui_adjustment branch from a51607e to 0cf478e Compare October 15, 2024 21:03
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 15, 2024 21:03 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 15, 2024 21:03 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 15, 2024 21:03 Inactive
Base automatically changed from 10-16-move_contract_overview_page_components_to_app_router_folder_-_no_code_changes to main October 15, 2024 21:07
@graphite-app graphite-app bot merged commit 0cf478e into main Oct 15, 2024
29 checks passed
@graphite-app graphite-app bot deleted the 10-16-migrate_contractchecklist_card_to_shadcn_stepscard_ui_adjustment branch October 15, 2024 21:08
@vercel vercel bot temporarily deployed to Production – thirdweb_playground October 15, 2024 21:08 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 October 15, 2024 21:08 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui October 15, 2024 21:08 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb-www October 15, 2024 21:21 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dashboard Involves changes to the Dashboard.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants